FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package sfm.130323#3.0.1 (93 ms)

Package sfm.130323
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=sfm.130323@3.0.1&canonical=http://ehelse.no/fhir/StructureDefinition/sfm-MedicationComposition
Url http://ehelse.no/fhir/StructureDefinition/sfm-MedicationComposition
Version 1.0
Status active
Date 2021-05-01
Name SfmMedicationComposition
Title sfm-MedicationComposition
Experimental False
Description Bundle for use in SFM API for aggregated medication and prescription info
Purpose The purpose of this profile is to define the structure of the SfmMedicationBundle.
Type Composition
Kind resource

Resources that use this resource

StructureDefinition
http://ehelse.no/fhir/StructureDefinition/sfm-MedicationBundle sfm-MedicationBundle

Resources that this resource uses

StructureDefinition
http://nhn.no/kj/fhir/StructureDefinition/KjAllergyIntolerance KjAllergyIntolerance
http://ehelse.no/fhir/StructureDefinition/sfm-BandaPrescription sfm-BandaPrescription
http://ehelse.no/fhir/StructureDefinition/sfm-GeneralDispense sfm-GeneralDispense
http://ehelse.no/fhir/StructureDefinition/sfm-MedicationDispense sfm-MedicationDispense
http://ehelse.no/fhir/StructureDefinition/sfm-MedicationStatement sfm-MedicationStatement
http://ehelse.no/fhir/StructureDefinition/sfm-Organization sfm-Organization
http://ehelse.no/fhir/StructureDefinition/sfm-PLL-info sfm-PLL-info
http://ehelse.no/fhir/StructureDefinition/sfm-Patient sfm-Patient
http://ehelse.no/fhir/StructureDefinition/sfm-Practitioner sfm-Practitioner


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "sfm-MedicationComposition",
  "url" : "http://ehelse.no/fhir/StructureDefinition/sfm-MedicationComposition",
  "version" : "1.0",
  "name" : "SfmMedicationComposition",
  "title" : "sfm-MedicationComposition",
  "status" : "active",
  "date" : "2021-05-01",
  "description" : "Bundle for use in SFM API for aggregated medication and prescription info",
  "purpose" : "The purpose of this profile is to define the structure of the SfmMedicationBundle.",
  "fhirVersion" : "4.0.0",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Composition",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Composition",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Composition",
        "path" : "Composition",
        "short" : "Norwegian Composition for PLL and Prescriptions",
        "definition" : "Norwegian Composition for PLL and Prescriptions. A composition for aggregated information provided by SFM to systems consuming the API Basis. The Composition is a result of lookup to national systems for prescription (Reseptformidleren) and medication history from Kjernejounal. The composition is also used for submitting updates to the nationals systems. The PLL (short for Pasientens LegemiddelListe : Patient medication list) is supported by separate identifier in sfmMedicationStatement.",
        "comment" : "The Composition refers to some sfm specific profiles, and other norwegian basis profiles (no-basis). This may change over time untill final specification is published in advance of initial production release of SFM API Basis\r\nAll resources refered in this Composition must reside in the outer sfmMedicationBundle where this Composition serves as an index."
      },
      {
        "id" : "Composition.subject",
        "path" : "Composition.subject",
        "short" : "Identification of the patient",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehelse.no/fhir/StructureDefinition/sfm-Patient"
            ],
            "aggregation" : [
              "bundled"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Composition.author",
        "path" : "Composition.author",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Device",
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "http://ehelse.no/fhir/StructureDefinition/sfm-Practitioner"
            ]
          }
        ]
      },
      {
        "id" : "Composition.attester",
        "path" : "Composition.attester",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "profile",
              "path" : "party.reference"
            }
          ],
          "ordered" : true,
          "rules" : "open"
        },
        "definition" : "When submitting this composition to SFM: One for the Practitioner and one for the organisation",
        "max" : "2",
        "mustSupport" : true
      },
      {
        "id" : "Composition.attester:attesterPractitioner",
        "path" : "Composition.attester",
        "sliceName" : "attesterPractitioner",
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Composition.attester:attesterPractitioner.party",
        "path" : "Composition.attester.party",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehelse.no/fhir/StructureDefinition/sfm-Practitioner"
            ]
          }
        ]
      },
      {
        "id" : "Composition.attester:attesterOrganisation",
        "path" : "Composition.attester",
        "sliceName" : "attesterOrganisation",
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Composition.attester:attesterOrganisation.party",
        "path" : "Composition.attester.party",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehelse.no/fhir/StructureDefinition/sfm-Organization"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section",
        "path" : "Composition.section",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "code.coding.code"
            }
          ],
          "description" : "Slicing of this section is done on code.coding.code with use of valueset",
          "ordered" : false,
          "rules" : "open"
        },
        "short" : "Medication list",
        "definition" : "This defined sections of this Composition are defined as slices using codesystem sfm-section-types:\r\nsectionMedication, sectionPLL, sectionPLLinfo, sectionAllergies, sectionOtherPrescriptions, sectionDispense",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:sectionPLLinfo",
        "path" : "Composition.section",
        "sliceName" : "sectionPLLinfo",
        "code" : [
          {
            "system" : "http://ehelse.no/fhir/CodeSystem/sfm-section-types",
            "code" : "sectionPLL"
          }
        ],
        "short" : "toplevel info from PLL",
        "definition" : "Contains information on special practitioner roles and delivery information for multidose patients",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:sectionPLLinfo.code.coding.system",
        "path" : "Composition.section.code.coding.system",
        "short" : "SFM section types",
        "fixedUri" : "http://ehelse.no/fhir/CodeSystem/sfm-section-types"
      },
      {
        "id" : "Composition.section:sectionPLLinfo.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "fixedCode" : "sectionPLLinfo"
      },
      {
        "id" : "Composition.section:sectionPLLinfo.entry",
        "path" : "Composition.section.entry",
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehelse.no/fhir/StructureDefinition/sfm-PLL-info"
            ],
            "aggregation" : [
              "referenced",
              "bundled"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:sectionMedication",
        "path" : "Composition.section",
        "sliceName" : "sectionMedication",
        "code" : [
          {
            "system" : "http://ehelse.no/fhir/CodeSystem/sfm-section-types",
            "code" : "sectionMedication"
          }
        ],
        "short" : "Medication section",
        "definition" : "This section contains the medication info representation in national systems",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:sectionMedication.code.coding.system",
        "path" : "Composition.section.code.coding.system",
        "fixedUri" : "http://ehelse.no/fhir/CodeSystem/sfm-section-types"
      },
      {
        "id" : "Composition.section:sectionMedication.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "fixedCode" : "sectionMedication"
      },
      {
        "id" : "Composition.section:sectionMedication.entry",
        "path" : "Composition.section.entry",
        "short" : "A reference to sfm-MedicationStatemen",
        "definition" : "Medication entries in the MedicationComposition",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehelse.no/fhir/StructureDefinition/sfm-MedicationStatement"
            ],
            "aggregation" : [
              "referenced",
              "bundled"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:sectionOtherPrescriptions",
        "path" : "Composition.section",
        "sliceName" : "sectionOtherPrescriptions",
        "code" : [
          {
            "system" : "http://ehelse.no/fhir/CodeSystem/sfm-section-types",
            "code" : "sectionOtherPrescriptions"
          }
        ],
        "definition" : "This section contains the non-medicinal prescriptions for the patient",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:sectionOtherPrescriptions.code.coding.system",
        "path" : "Composition.section.code.coding.system",
        "fixedUri" : "http://ehelse.no/fhir/CodeSystem/sfm-section-types"
      },
      {
        "id" : "Composition.section:sectionOtherPrescriptions.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "fixedCode" : "sectionOtherPrescriptions"
      },
      {
        "id" : "Composition.section:sectionOtherPrescriptions.entry",
        "path" : "Composition.section.entry",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehelse.no/fhir/StructureDefinition/sfm-BandaPrescription"
            ],
            "aggregation" : [
              "referenced",
              "bundled"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:sectionAllergies",
        "path" : "Composition.section",
        "sliceName" : "sectionAllergies",
        "code" : [
          {
            "system" : "http://ehelse.no/fhir/CodeSystem/sfm-section-types",
            "code" : "sectionAllergies"
          }
        ],
        "definition" : "A list of known allergies for the particular patient.",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:sectionAllergies.code.coding.system",
        "path" : "Composition.section.code.coding.system",
        "fixedUri" : "http://ehelse.no/fhir/CodeSystem/sfm-section-types"
      },
      {
        "id" : "Composition.section:sectionAllergies.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "fixedCode" : "sectionAllergies"
      },
      {
        "id" : "Composition.section:sectionAllergies.entry",
        "path" : "Composition.section.entry",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://nhn.no/kj/fhir/StructureDefinition/KjAllergyIntolerance"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:sectionDispense",
        "path" : "Composition.section",
        "sliceName" : "sectionDispense",
        "code" : [
          {
            "system" : "http://ehelse.no/fhir/CodeSystem/sfm-section-types",
            "code" : "sectionDispense"
          }
        ],
        "short" : "Dispense information from Pharamcy and Bandasjist",
        "definition" : "Dispense information for the patient. Only present when reading the resouce from SFM.",
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Composition.section:sectionDispense.code.coding.system",
        "path" : "Composition.section.code.coding.system",
        "fixedUri" : "http://ehelse.no/fhir/CodeSystem/sfm-section-types"
      },
      {
        "id" : "Composition.section:sectionDispense.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "fixedCode" : "sectionDispense"
      },
      {
        "id" : "Composition.section:sectionDispense.entry",
        "path" : "Composition.section.entry",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehelse.no/fhir/StructureDefinition/sfm-MedicationDispense",
              "http://ehelse.no/fhir/StructureDefinition/sfm-GeneralDispense"
            ]
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.